﻿body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

@-ms-viewport{ width: auto !important; } /*this fixes right margin issue in IE*/

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('fonts/glyphicons-halflings-regular.eot');
    src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

a.k-button, a.k-button:visited {
    color: white;
}  

div.k-multiselect .k-button
{
    background-color: lightgray;
    font-weight: normal;
    color: black;
}

div.k-grid > table > tbody > tr:hover
{
	background-color: lightgray;
	cursor: pointer;
}

.k-block,
.k-header,
.k-grid-header,
.k-toolbar,
.k-grouping-header,
.k-button,
.k-draghandle,
.k-treemap-tile,
.km-pane-wrapper .k-header {
    /*background-color: rgb(179,179,179);
    color: #fff;*/
    
}

.k-grouping-row td,
.k-resize-handle-inner {
    background-color: rgb(200, 200, 200);
}

.k-pager-wrap {
    /*background-color: rgb(179,179,179);*/ /*this is the panel footer color for kendo*/
}

.k-filter-row th, .k-grid-header th.k-header {
    border-color:#fff;
}

.k-grid-header .k-header {
    /*color: rgb(168, 168, 168);*/
}

.k-grid-header, .k-grid-header th {
      background-color: rgb(179,179,179);
      color: #fff;
      font-weight:600 !important;
}

.k-grid-header .k-header > .k-link { /*if grid has link headers*/
  color: #fff;
}

/*kendo header buttons*/
.k-gantt-toolbar .k-button, .k-gantt > .k-header .k-link, .k-gantt > .k-header li, .k-grid .k-header .k-button, .k-scheduler .k-header .k-button, .k-scheduler .k-header .k-link, .k-scheduler .k-header li, .km-pane-wrapper .k-header .k-button {
    color: #fff;
    background-color: rgb(211, 99, 49);
    border-color: #3f51b5;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left:5px;
    padding-right:5px;
}


    .k-grid .k-header .k-button:hover,
    .k-scheduler .k-header .k-button:hover,
    .k-scheduler .k-scheduler-toolbar .k-scheduler-views li.k-state-hover,
    .k-scheduler .k-scheduler-toolbar .k-scheduler-views li.k-state-hover .k-link,
    .k-gantt .k-gantt-toolbar .k-gantt-views li.k-state-hover,
    .k-gantt .k-gantt-toolbar .k-gantt-views li.k-state-hover .k-link,
    .k-gantt .k-gantt-toolbar .k-button:hover,
    .km-pane-wrapper .k-header .k-button:hover {
        background-color: #788386;
    }

.k-button {
    color: #fff;
    background-color: rgb(211, 99, 49);
    border: none;
    font-weight: 700;
}

    .k-button:hover {
        background-color: #788386;
    }

div#footer {
    border-top: 1px solid lightgrey;
    clear: both;
    padding: 5px 0 25px 0;
    margin-top: 20px;
    text-align: center;
}

header, footer, nav, section {
    display: block;
}

a, a:visited, a:focus {
	color: rgb(211, 99, 49);
    text-decoration: underline;
}

	a:hover {
		color: rgba(211, 99, 49, .8);
		text-decoration: none;
	}

    .btn-default, a.btn-default, btn-default:visited {
        background-color: rgb(211, 99, 49);
        color: white !important;
        font-weight: 700;
        border: none;
        border-radius: 0;
        text-transform: lowercase;
        text-decoration: none;
    }

.btn-default:hover {
    color: white;
    background-color: #788386;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color: rgb(211, 99, 49);
    color: white;   
}
.btn-default:focus, .btn-default.focus {
    background-color: rgb(211, 99, 49);
    color: white;
}

.panel-default > .panel-heading {
    font-weight:700;
    color:rgb(211, 99, 49);
    font-size:13px;
    padding: 5px 8px;
}

.panel {
    border-radius: 0;
}

/* Styles for basic forms
-----------------------------------------------------------*/
/*fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}*/

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    
    border-color: rgb(28, 178, 222);
    background-color: rgb(28, 178, 222);
    color: white;
    padding: 5px;
    font-weight: bold;
}
    .field-validation-error:before {
        content: "\e101 ";
        position: relative;
        padding-right: 6px;
        top: 1px;
        display: inline-block;
        font-family: "Glyphicons Halflings";
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

/*.glyphicon-exclamation-sign::before {
    content: "\e101";
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


*/

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid rgb(28, 178, 222);
    background-color: #fee;
}

.validation-summary-errors {
    padding: 10px;
    font-weight: 600;
    font-size: 13px;
    color: white;
    background-color: rgb(28, 178, 222);
    background-image: url(/dms/Content/Images/error.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-origin: content-box;
    margin-top:-0.9%;
}
    .validation-summary-valid {
    display: none;
}
.validation-summary-errors > span {
    padding-left: 30px;
}


table.form tr td {
    padding-bottom: 6px;
}

table.form > tbody > tr > td:first-child
{
	font-weight: 700;
	text-align: right;
	white-space: nowrap;
	vertical-align: middle;
	padding-right: 6px;
	text-transform: lowercase;
}

/*table.form > tbody > tr > td.fieldHeaderTall {
    vertical-align: top;
}*/

div.k-widget.k-listview {
    border: none;
}

.k-tooltip {
    /*position: absolute;
    z-index: 12000;
    border-style: solid;
    border-width: 1px;
    padding: 4px 5px 4px 6px;
    background-repeat: repeat-x;
    min-width: 20px;*/
    text-align: left;
}

html.k-upload {
/*width: 400px;*/
}

.k-button {
	color: white;
	font-weight:bold;
	background-color: rgb(211, 99, 49);
	border-color: rgb(211, 99, 49);
}

.k-upload-button {
	/*width: 80px;*/
	background-image: none;
}

table.pptHeader {
    padding: 5px;
    background-color: rgba(0,0,0,.1);
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 15px;
}

.pptHeader a {
    font-size: 13px;
    font-weight: 600;
    color: #000;
}

.extrasmall {
    padding-left:10px;
    font-size: 10px;
}

.warningMessage {
    color: white;
    font-size: 14px;
    font-weight: 600;
    vertical-align: top;
    /*text-transform: lowercase;*/
    background-color: #788386;
    padding: 5px;
    margin-bottom: 15px;
}
.errorMessage {
    color: white;
    font-size: 14px;
    font-weight: 600;
    vertical-align: top;
    /*text-transform: lowercase;*/
    background-color: rgb(28, 178, 222);
    padding: 5px;
    margin-bottom: 15px;
}

            .form-control {
                height: inherit;
                border-radius: 1px;
                font-size:inherit;
                border-color: rgb(201, 201, 201);
                -webkit-box-shadow: none;
                box-shadow: none;
                padding-left: 5px;
            }

                .form-control:focus {
                    border-color: rgba(211, 99, 49,1);
                    outline: 0;
                    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(211, 99, 49, .6);
                    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(211, 99, 49,0.6);
                }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 5px;
    padding-left: 5px;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}


.k-textbox {
   /* background-color: #fafafa;
   border-color: #f0f0f0;*/
}

.k-loading-image {
    background-image: url('/dms/Content/Images/waiting.gif');
}

.k-loading-mask
{
    z-index: 9999; /* must be larger than the z-index of #container which is usually body */
}

.k-edit, .k-delete { display: none; } /*hide the icons on buttons*/

/*grid selected row*/
.k-gantt .k-treelist .k-alt.k-state-selected, .k-gantt .k-treelist .k-alt.k-state-selected > td, .k-gantt .k-treelist .k-state-selected, .k-gantt .k-treelist .k-state-selected td, .k-grid td.k-state-selected, .k-grid td.k-state-selected.k-state-focused, .k-grid tr.k-state-selected, .k-listview > .k-state-selected, .k-marquee-color, .k-scheduler .k-today.k-state-selected, .k-scheduler-layout .k-state-selected, .k-state-selected.k-line{
    background-color: rgb(211, 99, 49);
}

    .k-grid tr.k-state-selected:hover td, .k-grid tr:hover .k-state-selected {
        background-color: rgb(211, 99, 49);
    }


      table.grid {
    }

        table.grid th {
            background-color: rgba(0, 0, 0, .3);
            /*border-bottom: 2px solid rgb(211, 99, 49);*/
            border-right: 2px solid white;
            padding: 4px;
            color: white;
            font-weight: 600;
            font-size: 12px;
        }

            table.grid th:last-child, table.grid td:last-child {
                border-right: none;
            }

        table.grid td {
            border-right: 2px solid white;
            padding: 4px;
        }

        
        table.grid tr {
            background-color:rgb(242,243,243);
        }
        table.grid tr:nth-of-type(odd) {
            background-color: rgba(211,211,211,1);
        }

        
dl.edit dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
    line-height: 20px;
}

dl.edit dd {
    float:left;
    line-height: 20px;
}

.red {
    color: red;
}

.k-widget.k-tooltip-validation {
    border-color: rgb(28, 178, 222);
    background-color: rgb(28, 178, 222);
    color: white;
    font-weight: bold;
}

/* Hide toolbar, navigation and footer during export */
.k-pdf-export .k-scheduler-tools,
.k-pdf-export .k-scheduler-views,
.k-pdf-export .k-scheduler-navigation .k-nav-today,
.k-pdf-export .k-scheduler-navigation .k-nav-prev,
.k-pdf-export .k-scheduler-navigation .k-nav-next,
.k-pdf-export .k-scheduler-footer {
    display: none;
}

.listSubHeader {
    background-color: rgba(94, 100, 102, .1);
    color: rgba(94, 100, 102, 1);
    font-size: 14px;
    font-weight: bold;
    text-transform: lowercase;
    text-align: left !important;
    padding-top: 0px;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("/dms/fonts/helveticaneue.ttf") format("truetype");
}

.iswarning {
    background-color: #f3f3f3;
}

div.dataLabel {
    font-weight:bold;
    padding-bottom:3px;
}

div.dataField {
    padding-bottom:12px;
}

td.tallDataLabel {
    vertical-align: top !important;
    padding-top: 5px !important;
}

/* Disabled all items within a Div by disabling the mouse click
    within the div. This also addresses the opacity incompatibility
    with older IE version.
*/
.disableDiv {
    pointer-events: none;
    opacity: 0.4;
    filter: alpha(0.4);
    zoom: 1;
}
.k-upload-files ~ .k-clear-selected, .k-upload-files ~ .k-upload-selected {
    margin: 10px;
    color: white;
}

.textboxfor-width {
    width: 700px;
}

.page-template > * {
    position: absolute;
    left: 20px;
    right: 20px;
    font-size: 90%;
}

.page-template .header {
    top: 20px;
    border-bottom: 1px solid #000;
}

.page-template .footer {
    bottom: 20px;
    border-top: 1px solid #000;
}
table.form > tbody > tr > td:first-child {
    vertical-align: top !important;
}
.k-pdf-export table.form > tbody > tr > td:first-child {
    width: 25%;
}
.fieldHeader {
    text-transform: lowercase;
    text-decoration: none;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
    padding: 3px 4px 3px 4px;
}

.fieldHeaderTall {
    text-transform: lowercase;
    text-align: right;
    font-weight: bold;
    vertical-align: top !important;
    padding: 0px 4px 3px 4px;
}

.fieldHeaderLong {
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    padding-top: 4px;
}

.fieldData {
    text-align: left;
    vertical-align: middle;
    padding: 3px 4px 3px 4px;
}

.fieldHeaderFixedWidth {
    width: 150px;
}

.emptyData {
    margin-left: -1px;
    background-color: White;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    display: block;
    width: 101%;
}

.k-pdf-export table.form > tbody > tr > td:last-child {
    width: 60%;
}

.k-pdf-export table.form > tbody > tr > td:first-child {
    width: 5%;
}

.cpanel {
    background-color: #d9d9d9;
}
.redcolor {
    color: red !important;
    
}

.greycolor {
    color: grey !important;
}
div.errorText {
    padding: 10px;
    font-weight: 600;
    font-size: 12px;
    color: white;
    background-color: rgb(28, 178, 222);
}

.errorHeaderText {
    padding-left: 20px;
    font-size: 14px;
}

.errorText li {
    margin-top: -4px;
    margin-left: 10px;
    padding-left: 9px;
    padding-bottom: 4px;
}
.clsminheight {
    height: 25px;
    width: 180px !important;
}

.validation-summary-info {
    padding: 10px;
    font-weight: 600;
    font-size: 15px;
    color: white;
    background-color: #788386;
    background-image: url(/dms/Content/Images/info.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-origin: content-box;
    margin-top: -0.9%;
}
